home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / PCKEY.ZIP / KEYSUP.SCR < prev    next >
Encoding:
Text File  |  1993-05-25  |  19.6 KB  |  1,131 lines

  1. :keysup.scr
  2.  
  3. if memory 1 = 3 goto cont_ukl
  4. memory 1 = 3
  5. memory 2 = 0
  6.  
  7. :cont_ukl
  8. if memory 2 > 0 goto repeat_lesson2
  9.  
  10. goto start_lesson
  11. :repeat_lesson
  12. bkey r
  13. bkey ' 
  14.  
  15. :start_lesson
  16. start 2
  17. clear 15
  18.  
  19. cursor 23 19
  20. print 'Press any key to start lesson 3.
  21. wait -
  22. clear 19 19
  23.  
  24. clear 15
  25. cursor 0 15
  26. print 'Now we shall learn about the keys on the row above the HOME keys.
  27. hkey a
  28. fkey q
  29. cursor 2 17
  30. print 'Your left little finger over the A key, also presses the Q key. You move your
  31. cursor 0 18
  32. print 'finger forwards and slightly to the left, press Q and return your finger resting
  33. cursor 0 19
  34. print 'over A.
  35.  
  36. cursor 0 21
  37. print 'Try moving your left little finger over the Q key, press it and return your
  38. cursor 0 22
  39. print 'finger back resting over the A key.
  40.  
  41. :wait_for_q
  42. wait -
  43. if key ! Q if key ! q goto wait_for_q
  44.  
  45. fkey a
  46. hkey q
  47.  
  48. print ' Good. Now press the A key.
  49.  
  50. :wait_for_a
  51. wait -
  52. if key ! A if key ! a goto wait_for_a
  53.  
  54. bkey q
  55. hkey a
  56.  
  57. print ' Good.
  58. script - waitspc
  59.  
  60. clear 15
  61. clear 15
  62. cursor 0 15
  63. print 'Now try a short test using the keys A and Q.
  64.  
  65. clear 18
  66. cursor 19 18
  67. print 'aaaa qqqq aaaa qqqq aaqq aaqq aqaq aqaq
  68. cursor 0 21
  69. print 'Remember you use your left little finger to press Q.
  70. fkey a
  71. hkey q
  72. script - waitspc
  73. bkey a
  74. bkey q
  75. script - dotest1
  76.  
  77. clear 15
  78. cursor 0 15
  79. print 'Now we shall learn about the keys S and W.
  80. hkey s
  81. fkey w
  82. cursor 2 17
  83. print 'Your left ring finger over the S key, also presses the W key. You move your
  84. cursor 0 18
  85. print 'finger forwards and slightly to the left, press W and return your finger resting
  86. cursor 0 19
  87. print 'over S.
  88.  
  89. cursor 0 21
  90. print 'Try moving your left ring finger over the W key, press it and return your
  91. cursor 0 22
  92. print 'finger back resting over the S key.
  93.  
  94. :wait_for_w
  95. wait -
  96. if key ! W if key ! w goto wait_for_w
  97.  
  98. fkey s
  99. hkey w
  100.  
  101. print ' Good. Now press the S key.
  102.  
  103. :wait_for_s
  104. wait -
  105. if key ! S if key ! s goto wait_for_s
  106.  
  107. bkey w
  108. hkey s
  109.  
  110. print ' Good.
  111. script - waitspc
  112.  
  113. clear 15
  114. clear 15
  115. cursor 0 15
  116. print 'Now try a short test using the keys S and W.
  117.  
  118. clear 18
  119. cursor 19 18
  120. print 'ssss wwww ssss wwww ssww ssww swsw swsw
  121. cursor 0 21
  122. print 'Remember you use your left ring finger to press W.
  123. fkey s
  124. hkey w
  125. script - waitspc
  126. bkey s
  127. bkey w
  128. script - dotest1
  129.  
  130. clear 15
  131. cursor 0 15
  132. print 'Now we shall learn about the keys D and E.
  133. hkey d
  134. fkey e
  135. cursor 2 17
  136. print 'Your left middle finger over the D key, also presses the E key. You move your
  137. cursor 0 18
  138. print 'finger forwards and slightly to the left, press E and return your finger resting
  139. cursor 0 19
  140. print 'over D.
  141.  
  142. cursor 0 21
  143. print 'Try moving your left middle finger over the E key, press it and return your
  144. cursor 0 22
  145. print 'finger back resting over the D key.
  146.  
  147. :wait_for_e
  148. wait -
  149. if key ! E if key ! e goto wait_for_e
  150.  
  151. fkey d
  152. hkey e
  153.  
  154. print ' Good. Now press the D key.
  155.  
  156. :wait_for_d
  157. wait -
  158. if key ! D if key ! d goto wait_for_d
  159.  
  160. bkey e
  161. hkey d
  162.  
  163. print ' Good.
  164. script - waitspc
  165.  
  166. clear 15
  167. clear 15
  168. cursor 0 15
  169. print 'Now try a short test using the keys D and E.
  170.  
  171. clear 18
  172. cursor 19 18
  173. print 'dddd eeee dddd eeee ddee ddee dede dede
  174. cursor 0 21
  175. print 'Remember you use your left middle finger to press E.
  176. fkey d
  177. hkey e
  178. script - waitspc
  179. bkey d
  180. bkey e
  181. script - dotest1
  182.  
  183. clear 15
  184. cursor 0 15
  185. print 'Now we shall learn about the keys F and R.
  186. hkey f
  187. fkey r
  188. cursor 2 17
  189. print 'Your left index finger over the F key, also presses the R key. You move your
  190. cursor 0 18
  191. print 'finger forwards and slightly to the left, press R and return your finger resting
  192. cursor 0 19
  193. print 'over F.
  194.  
  195. cursor 0 21
  196. print 'Try moving your left index finger over the R key, press it and return your
  197. cursor 0 22
  198. print 'finger back resting over the F key.
  199.  
  200. :wait_for_r
  201. wait -
  202. if key ! R if key ! r goto wait_for_r
  203.  
  204. fkey f
  205. hkey r
  206.  
  207. print ' Good. Now press the F key.
  208.  
  209. :wait_for_f
  210. wait -
  211. if key ! F if key ! f goto wait_for_f
  212.  
  213. bkey r
  214. hkey f
  215.  
  216. print ' Good.
  217. script - waitspc
  218.  
  219. clear 15
  220. clear 15
  221. cursor 0 15
  222. print 'Now try a short test using the keys F and R.
  223.  
  224. clear 18
  225. cursor 19 18
  226. print 'ffff rrrr ffff rrrr ffrr ffrr frfr frfr
  227. cursor 0 21
  228. print 'Remember you use your left index finger to press R.
  229. fkey f
  230. hkey r
  231. script - waitspc
  232. bkey f
  233. bkey r
  234. script - dotest1
  235.  
  236. clear 15
  237. cursor 0 15
  238. print 'Now we shall learn about the keys J and U.
  239. hkey j
  240. fkey u
  241. cursor 2 17
  242. print 'Your right index finger over the J key, also presses the U key. You move your
  243. cursor 0 18
  244. print 'finger forwards and slightly to the right, press U and return your finger
  245. cursor 0 19
  246. print 'resting over J.
  247.  
  248. cursor 0 21
  249. print 'Try moving your right index finger over the U key, press it and return your
  250. cursor 0 22
  251. print 'finger back resting over the J key.
  252.  
  253. :wait_for_u
  254. wait -
  255. if key ! U if key ! u goto wait_for_u
  256.  
  257. fkey j
  258. hkey u
  259.  
  260. print ' Good. Now press the J key.
  261.  
  262. :wait_for_j
  263. wait -
  264. if key ! J if key ! j goto wait_for_j
  265.  
  266. bkey u
  267. hkey j
  268.  
  269. print ' Good.
  270. script - waitspc
  271.  
  272. clear 15
  273. clear 15
  274. cursor 0 15
  275. print 'Now try a short test using the keys J and U.
  276.  
  277. clear 18
  278. cursor 19 18
  279. print 'jjjj uuuu jjjj uuuu jjuu jjuu juju juju
  280. cursor 0 21
  281. print 'Remember you use your right index finger to press U.
  282. fkey j
  283. hkey u
  284. script - waitspc
  285. bkey j
  286. bkey u
  287. script - dotest1
  288.  
  289. clear 15
  290. cursor 0 15
  291. print 'Now we shall learn about the keys K and I.
  292. hkey k
  293. fkey i
  294. cursor 2 17
  295. print 'Your right middle finger over the K key, also presses the I key. You move your
  296. cursor 0 18
  297. print 'finger forwards and slightly to the right, press I and return your finger
  298. cursor 0 19
  299. print 'resting over K.
  300.  
  301. cursor 0 21
  302. print 'Try moving your right middle finger over the I key, press it and return your
  303. cursor 0 22
  304. print 'finger back resting over the K key.
  305.  
  306. :wait_for_i
  307. wait -
  308. if key ! I if key ! i goto wait_for_i
  309.  
  310. fkey k
  311. hkey i
  312.  
  313. print ' Good. Now press the K key.
  314.  
  315. :wait_for_k
  316. wait -
  317. if key ! K if key ! k goto wait_for_k
  318.  
  319. bkey i
  320. hkey k
  321.  
  322. print ' Good.
  323. script - waitspc
  324.  
  325. clear 15
  326. clear 15
  327. cursor 0 15
  328. print 'Now try a short test using the keys K and I.
  329.  
  330. clear 18
  331. cursor 19 18
  332. print 'kkkk iiii kkkk iiii kkii kkii kiki kiki
  333. cursor 0 21
  334. print 'Remember you use your right middle finger to press I.
  335. fkey k
  336. hkey i
  337. script - waitspc
  338. bkey k
  339. bkey i
  340. script - dotest1
  341.  
  342. clear 15
  343. cursor 0 15
  344. print 'Now we shall learn about the keys L and O.
  345. hkey l
  346. fkey o
  347. cursor 2 17
  348. print 'Your right ring finger over the L key, also presses the O key. You move your
  349. cursor 0 18
  350. print 'finger forwards and slightly to the right, press O and return your finger
  351. cursor 0 19
  352. print 'resting over L.
  353.  
  354. cursor 0 21
  355. print 'Try moving your right ring finger over the O key, press it and return your
  356. cursor 0 22
  357. print 'finger back resting over the L key.
  358.  
  359. :wait_for_o
  360. wait -
  361. if key ! O if key ! o goto wait_for_o
  362.  
  363. fkey l
  364. hkey o
  365.  
  366. print ' Good. Now press the L key.
  367.  
  368. :wait_for_l
  369. wait -
  370. if key ! L if key ! l goto wait_for_l
  371.  
  372. bkey o
  373. hkey l
  374.  
  375. print ' Good.
  376. script - waitspc
  377.  
  378. clear 15
  379. clear 15
  380. cursor 0 15
  381. print 'Now try a short test using the keys L and O.
  382.  
  383. clear 18
  384. cursor 19 18
  385. print 'llll oooo llll oooo lloo lloo lolo lolo
  386. cursor 0 21
  387. print 'Remember you use your right ring finger to press O.
  388. fkey l
  389. hkey o
  390. script - waitspc
  391. bkey l
  392. bkey o
  393. script - dotest1
  394.  
  395. clear 15
  396. cursor 0 15
  397. print 'Now we shall learn about the keys ; and P.
  398. hkey ;
  399. fkey p
  400. cursor 2 17
  401. print 'Your right little finger over the ; key, also presses the P key. You move your
  402. cursor 0 18
  403. print 'finger forwards and slightly to the right, press P and return your finger
  404. cursor 0 19
  405. print 'resting over ;.
  406.  
  407. cursor 0 21
  408. print 'Try moving your right little finger over the P key, press it and return your
  409. cursor 0 22
  410. print 'finger back resting over the ; key.
  411.  
  412. :wait_for_p
  413. wait -
  414. if key ! P if key ! p goto wait_for_p
  415.  
  416. fkey ;
  417. hkey p
  418.  
  419. print ' Good. Now press the ; key.
  420.  
  421. :wait_for_;
  422. wait -
  423. if key ! ; goto wait_for_;
  424.  
  425. bkey p
  426. hkey ;
  427.  
  428. print ' Good.
  429. script - waitspc
  430.  
  431. clear 15
  432. clear 15
  433. cursor 0 15
  434. print 'Now try a short test using the keys ; and P.
  435.  
  436. clear 18
  437. cursor 19 18
  438. print ';;;; pppp ;;;; pppp ;;pp ;;pp ;p;p ;p;p
  439. cursor 0 21
  440. print 'Remember you use your right little finger to press P.
  441. fkey ;
  442. hkey p
  443. script - waitspc
  444. bkey ;
  445. bkey p
  446. script - dotest1
  447.  
  448. script - progress
  449.  
  450. clear 15
  451. cursor 0 15
  452. print 'Now we will practice with the keys you have just learnt and the HOME keys.
  453.  
  454. clear 18
  455. cursor 9 18
  456. print 'rrrr ffff uuuu jjjj ffff rrrr jjjj uuuu ffjj rruu ffrr jjuu
  457. cursor 0 21
  458. print 'Remember your index fingers rest over F and J.
  459. hkey f
  460. fkey g
  461. fkey r
  462. fkey u
  463. fkey h
  464. hkey j
  465. script - waitspc
  466. bkey f
  467. bkey g
  468. bkey r
  469. bkey h
  470. bkey u
  471. bkey j
  472. script - dotest2
  473.  
  474. cursor 9 18
  475. print 'rrrr ffgg hhjj uuuu rruu ffjj uurr ujuj rfrf ruru rjrj fufu
  476. script - dotest2
  477.  
  478. cursor 9 18
  479. print 'frug gruf rugh fugh fruj jruf jfhg jrfu fhgu jghr hgfj ugrh
  480. script - dotest2
  481.  
  482. script - progress
  483.  
  484. clear 18
  485. cursor 9 18
  486. print 'eeee ddkk iiii eeii ddii kkee iiee ddii ddee eeei iiie eiie
  487. cursor 0 21
  488. print 'Remember your middle fingers rest over D and K.
  489. hkey d
  490. fkey e
  491. fkey i
  492. hkey k
  493. script - waitspc
  494. bkey d
  495. bkey e
  496. bkey i
  497. bkey k
  498. script - dotest2
  499.  
  500. cursor 9 18
  501. print 'iiie ieee eeei diii kkdd ddee eeii iikk deik kied keed diik
  502. script - dotest2
  503.  
  504. cursor 9 18
  505. print 'kiki dede deki kide dike kedi dkii kdee ikke diik eddi keed
  506. script - dotest2
  507.  
  508. script - progress
  509.  
  510. clear 18
  511. cursor 9 18
  512. print 'wwww ssll oooo wwoo ssoo llww ooww ssoo ssww wwwo ooow woow
  513. cursor 0 21
  514. print 'Remember your ring fingers rest over S and L.
  515. hkey s
  516. fkey w
  517. fkey o
  518. hkey l
  519. script - waitspc
  520. bkey s
  521. bkey w
  522. bkey o
  523. bkey l
  524. script - dotest2
  525.  
  526. cursor 9 18
  527. print 'ooow owww wwwo sooo llss ssww wwoo ooll swol lows lwws sool
  528. script - dotest2
  529.  
  530. cursor 9 18
  531. print 'lolo swsw swlo losw solw lwso sloo lsww ollw sool wsso lwws
  532. script - dotest2
  533.  
  534. script - progress
  535.  
  536. clear 18
  537. cursor 9 18
  538. print 'qqqq aa;; pppp qqpp aapp ;;qq ppqq aapp aaqq qqqp pppq qppq
  539. cursor 0 21
  540. print 'Remember your little fingers rest over A and ;.
  541. hkey a
  542. fkey q
  543. fkey p
  544. hkey ;
  545. script - waitspc
  546. bkey a
  547. bkey q
  548. bkey p
  549. bkey ;
  550. script - dotest2
  551.  
  552. cursor 9 18
  553. print 'pppq pqqq qqqp appp ;;aa aaqq qqpp pp;; aqp; ;pqa ;qqa app;
  554. script - dotest2
  555.  
  556. cursor 9 18
  557. print ';p;p aqaq aq;p ;paq ap;q ;qap a;pp ;aqq p;;q app; qaap ;qqa
  558. script - dotest2
  559.  
  560. script - progress
  561.  
  562. clear 15
  563. cursor 0 15
  564. print 'Now we will practice with Q W E R U I O P and A S D F G H J K L ;
  565.  
  566. clear 18
  567. cursor 9 18
  568. print 'aq sw de fr ju ki lo ;p aqaq swsw dede frfr juju kiki lolo ;p;p
  569. cursor 0 21
  570. print 'Remember your fingers rest on the HOME keys.
  571. hkey a
  572. fkey q
  573. hkey s
  574. fkey w
  575. hkey d
  576. fkey e
  577. hkey f
  578. fkey r
  579. fkey g
  580. fkey h
  581. fkey u
  582. hkey j
  583. fkey i
  584. hkey k
  585. fkey o
  586. hkey l
  587. fkey p
  588. hkey ;
  589. script - waitspc
  590. bkey a
  591. bkey q
  592. bkey s
  593. bkey w
  594. bkey d
  595. bkey e
  596. bkey f
  597. bkey r
  598. bkey g
  599. bkey h
  600. bkey u
  601.  
  602. bkey j
  603. bkey i
  604. bkey k
  605. bkey o
  606. bkey l
  607. bkey p
  608. bkey ;
  609. script - dotest2
  610.  
  611. clear 18 18
  612. cursor 9 18
  613. print 'a w f h d r f h p j i l s e e g k r j d ; s q w j g a r j g
  614. script - dotest2
  615.  
  616. clear 18 18
  617. cursor 9 18
  618. print 'aqa rfr kii hur gig jjr frf wse dpl uou rwh gsa hfh qsq eek
  619. script - dotest2
  620.  
  621. clear 18 18
  622. cursor 9 18
  623. print 'aqua keep flag rope deep feed pool deer hill swap door loop
  624. script - dotest2
  625.  
  626. clear 18 18
  627. cursor 9 18
  628. print 'drool share ware swipe prior wheel shape where freed ghouls
  629. script - dotest2
  630.  
  631. clear 18 18
  632. cursor 9 18
  633. print 'a red hooded wolf all hairless drools for a dish of kippers;
  634. script - dotest2
  635.  
  636. script - progress
  637.  
  638. script - repeat
  639. if key = R goto repeat_lesson
  640. if key = r goto repeat_lesson
  641.  
  642. memory 2 = 1
  643.  
  644. clear
  645. cursor 51 7
  646. print '3.
  647. script - save
  648. if key = S goto exit
  649. if key = s goto exit
  650.  
  651. clear
  652. keyboard
  653.  
  654. :repeat_lesson2
  655. if memory 2 > 1 goto exit
  656. clear 15
  657. start 2
  658. cursor 23 19
  659. print 'Press any key to start lesson 4.
  660. wait -
  661. clear 19 19
  662.  
  663. fkey f
  664. hkey t
  665. hkey y
  666. fkey j
  667. cursor 2 16
  668. print 'The T and Y keys are a little bit more difficult to get used to. Like the
  669. cursor 0 17
  670. print 'G and H keys, T and Y are pressed by your index fingers.
  671.  
  672. cursor 2 18
  673. print 'Your left index finger moves from the F key in a rightward diagonal direction
  674. cursor 0 19
  675. print 'over T and your right index finger moves in a leftward diagonal direction over
  676. cursor 0 20
  677. print 'the Y key.
  678.  
  679. cursor 2 21
  680. print 'These keys are awkward and take a while to get used to, so we will dedicate
  681. cursor 0 22
  682. print 'this lesson to T and Y gradually including the keys you have learnt so far.
  683.  
  684. script - waitspc
  685.  
  686. hkey f
  687. fkey t
  688. bkey y
  689. bkey j
  690. clear 16
  691. cursor 2 16
  692. print 'Try moving your left index finger over the T key, press it and return your
  693. cursor 0 17
  694. print 'finger back resting over the F key.
  695.  
  696. :wait_for_t
  697. wait -
  698. if key ! T if key ! t goto wait_for_t
  699.  
  700. fkey f
  701. hkey t
  702.  
  703. cursor 2 19
  704. print 'Good. Now press the F key.
  705.  
  706. :wait_for_f
  707. wait -
  708. if key ! F if key ! f goto wait_for_f
  709.  
  710. bkey t
  711. hkey f
  712.  
  713. print ' Good.
  714. script - waitspc
  715.  
  716. bkey f
  717.  
  718. clear 15
  719. cursor 2 16
  720. print 'Try moving your right index finger over the Y key, press it and move your
  721. cursor 0 17
  722. print 'finger back over the J key.
  723.  
  724. hkey j
  725. fkey y
  726.  
  727. :wait_for_y
  728. wait -
  729. if key ! Y if key ! y goto wait_for_y
  730.  
  731. fkey j
  732. hkey y
  733.  
  734. cursor 2 19
  735. print 'Good. Now press the J key.
  736.  
  737. :wait_for_j
  738. wait -
  739. if key ! J if key ! j goto wait_for_j
  740.  
  741. bkey y
  742. hkey j
  743.  
  744. print ' Good.
  745. script - waitspc
  746.  
  747. clear 15
  748. cursor 0 15
  749. print 'Now we will try a short test using the keys F T and J Y.
  750.  
  751. cursor 19 18
  752. print 'tttt ffff yyyy jjjj yyyy jjjj tttt ffff
  753. cursor 0 21
  754. print 'Remember your index fingers rest over F and J.
  755. hkey f
  756. hkey t
  757. hkey y
  758. script - waitspc
  759. bkey f
  760. bkey t
  761. bkey y
  762. bkey j
  763. script - dotest2
  764.  
  765. cursor 19 18
  766. print 'tttt ffff ttff ttff yyyy jjjj yyjj yyjj
  767. script - dotest1
  768.  
  769. cursor 19 18
  770. print 'tttt yyyy ttyy ttyy tfff jyyy ttjj yyff
  771. script - dotest1
  772.  
  773. cursor 19 18
  774. print 't t t t y y y y ty ty tf tf yj yj yt yt
  775. script - dotest1
  776.  
  777. cursor 19 18
  778. print 'tfj tfj yjf yjf yjyj tyty ftft tyty yty
  779. script - dotest1
  780.  
  781. script - progress
  782.  
  783. clear 15
  784. cursor 0 15
  785. print 'Now we will add G and H.
  786.  
  787. cursor 19 18
  788. print 'tttt gggg jjjj yyyy hhhh ffff ttgg yyhh
  789. cursor 0 21
  790. print 'You should only be using your index fingers to press these keys.
  791. fkey f
  792. hkey g
  793. fkey t
  794. fkey y
  795. hkey h
  796. fkey j
  797. script - waitspc
  798. bkey f
  799. bkey g
  800. bkey t
  801. bkey y
  802. bkey h
  803. bkey j
  804. script - dotest1
  805.  
  806. cursor 19 18
  807. print 'ggtt hhyy ttyy jjff yytt ffjj ftyj jhgf
  808. script - dotest1
  809.  
  810. cursor 19 18
  811. print 'ttyy tyty ttff tftf yyjj yjyj gtty hyyt
  812. script - dotest1
  813.  
  814. script - progress
  815.  
  816. clear 15
  817. cursor 0 15
  818. print 'Now we will add R and U.
  819.  
  820. cursor 9 18
  821. print 'rrrr tttt yyyy uuuu yyyy rrrr uuuu tttt rrrr yyyy tttt uuuu
  822. cursor 0 21
  823. print 'Your index fingers rest over F and J when they are not being used.
  824. fkey f
  825. hkey r
  826. fkey g
  827. fkey t
  828. fkey y
  829. fkey h
  830. hkey u
  831. fkey j
  832. script - waitspc
  833. bkey f
  834. bkey r
  835. bkey g
  836. bkey t
  837. bkey y
  838. bkey h
  839. bkey u
  840. bkey j
  841. script - dotest2
  842.  
  843. clear 18 18
  844. cursor 9 18
  845. print 'rrff ttff uujj yyjj ttrr yyuu ttgg yyhh yhjy tgft tf tf yj yj
  846. script - dotest2
  847.  
  848. clear 18 18
  849. cursor 9 18
  850. print 'yrhg tugg yrhh rftg ujyh tftf yjyj tfgf yjhj ruff ruff urgh
  851. script - dotest2
  852.  
  853. script - progress
  854.  
  855. clear 15
  856. cursor 0 15
  857. print 'Now we will add the keys E D and I K.
  858.  
  859. cursor 9 18
  860. print 'eeee dddd tttt ffff iiii kkkk yyyy jjjj eeee tttt iiii yyyy
  861. cursor 0 21
  862. print 'You use your middle fingers to press E D and I K.
  863. hkey e
  864. hkey d
  865. fkey f
  866. fkey r
  867. fkey g
  868. fkey t
  869. fkey y
  870. fkey h
  871. fkey u
  872. fkey j
  873. hkey i
  874. hkey k
  875. script - waitspc
  876. bkey e
  877. bkey d
  878. bkey f
  879. bkey r
  880. bkey g
  881. bkey t
  882. bkey y
  883. bkey h
  884. bkey u
  885. bkey j
  886. bkey i
  887. bkey k
  888. script - dotest2
  889.  
  890. clear 18 18
  891. cursor 9 18
  892. print 'tttt dddd yyyy eeee yyyy kkkk tttt iiii eett yydd iiyy ttkk
  893. script - dotest2
  894.  
  895. clear 18 18
  896. cursor 9 18
  897. print 'ttee yyii eett iiyy yyee ttii iitt eeyy etet eyey iyiy itit
  898. script - dotest2
  899.  
  900. clear 18 18
  901. cursor 9 18
  902. print 'ttdd yykk dett kiyy edtt ikyy eted iyik eyik ited tetd yiyk
  903. script - dotest2
  904.  
  905. clear 18 18
  906. cursor 9 18
  907. print 'edtf ftde ikyj jyki etfd iyjk erty iuyt etgh iuhg tteg yyih
  908. script - dotest2
  909.  
  910. clear 18 18
  911. cursor 9 18
  912. print 'jug guy hid keg fig key grit tyre fued hide huge greet deft
  913. script - dotest2
  914.  
  915. script - progress
  916.  
  917. clear 15
  918. cursor 0 15
  919. print 'Now we will add the keys W S and O L.
  920.  
  921. cursor 9 18
  922. print 'wwww ssss tttt dddd oooo llll yyyy kkkk yyyy ssss tttt llll
  923. cursor 0 21
  924. print 'You use your ring fingers to press W S and O L.
  925. hkey w
  926. hkey s
  927. fkey e
  928. fkey d
  929. fkey f
  930. fkey r
  931. fkey g
  932. fkey t
  933. fkey y
  934. fkey h
  935. fkey u
  936. fkey j
  937. fkey i
  938. fkey k
  939. hkey o
  940. hkey l
  941. script - waitspc
  942. bkey w
  943. bkey s
  944. bkey e
  945. bkey d
  946. bkey f
  947. bkey r
  948. bkey g
  949. bkey t
  950. bkey y
  951. bkey h
  952. bkey u
  953. bkey j
  954. bkey i
  955. bkey k
  956. bkey o
  957. bkey l
  958. script - dotest2
  959.  
  960. clear 18 18
  961. cursor 9 18
  962. print 'ssss yyyy dddd tttt wwww yyyy llll tttt kkkk yyyy oooo tttt
  963. script - dotest2
  964.  
  965. clear 18 18
  966. cursor 9 18
  967. print 'wwww tttt wwtt sstt yyss yyww oooo yyyy ooyy llyy ttll ttoo
  968. script - dotest2
  969.  
  970. clear 18 18
  971. cursor 9 18
  972. print 'wtst etdy oyly iykt stwy lyot ftyw gtsy jyto hylt gtgw hyho
  973. script - dotest2
  974.  
  975. clear 18 18
  976. cursor 9 18
  977. print 's j t f e k i o u r d l w h s g y ; ft ls gy ri wf gw er ou
  978. script - dotest2
  979.  
  980. clear 18 18
  981. cursor 9 18
  982. print 'jgh ike our ser fte sol ykj ykf swl its ttl uhu fry wed gyk
  983. script - dotest2
  984.  
  985. clear 18 18
  986. cursor 9 18
  987. print 'west test jest lest lost good grill guild ghost jogger wet
  988. script - dotest2
  989.  
  990. clear 18 18
  991. cursor 9 18
  992. print 'tigers like wet yuletide grey stew stirred well; they do
  993. script - dotest2
  994.  
  995. clear 18 18
  996. cursor 9 18
  997. print 'outside; the wild forest gusts yowl yet quite softly
  998. script - dotest2
  999.  
  1000. script - progress
  1001.  
  1002. clear 15
  1003. cursor 0 15
  1004. print 'Now we will use the keys Q W E R T, Y U I O P, A S D F G and H J K L ;
  1005.  
  1006. cursor 9 18
  1007. print 'qqqq tttt wwww yyyy pppp yyyy oooo tttt aaaa yyyy ;;;; tttt
  1008. cursor 0 21
  1009. print 'Remember your fingers rest on the HOME keys.
  1010. fkey q
  1011. hkey a
  1012. fkey w
  1013. hkey s
  1014. fkey e
  1015. hkey d
  1016. hkey f
  1017. fkey r
  1018. fkey g
  1019. fkey t
  1020. fkey y
  1021. fkey h
  1022. fkey u
  1023. hkey j
  1024. fkey i
  1025. hkey k
  1026. fkey o
  1027. hkey l
  1028. fkey p
  1029. hkey ;
  1030. script - waitspc
  1031. bkey q
  1032. bkey a
  1033. bkey w
  1034. bkey s
  1035. bkey e
  1036. bkey d
  1037. bkey f
  1038. bkey r
  1039. bkey g
  1040. bkey t
  1041. bkey y
  1042. bkey h
  1043. bkey u
  1044. bkey j
  1045. bkey i
  1046. bkey k
  1047. bkey o
  1048. bkey l
  1049. bkey p
  1050. bkey ;
  1051. script - dotest2
  1052.  
  1053. clear 18 18
  1054. cursor 9 18
  1055. print 'l p k g e r t u f s q a i o j d a q s p y r g w h u g y a p
  1056. script - dotest2
  1057.  
  1058. clear 18 18
  1059. cursor 9 18
  1060. print 'as qa er we pl ki yj hy jt rd qf kj fy tg sw wp sh jj yi ee
  1061. script - dotest2
  1062.  
  1063. clear 18 18
  1064. cursor 9 18
  1065. print 'ttt fff jjj yyy ggg fff ttt www sss ttt ddd yyy rrr fff ;;;
  1066. script - dotest2
  1067.  
  1068. clear 18 18
  1069. cursor 9 18
  1070. print 'yyy jjj fff ttt hhh jjj yyy ooo lll yyy kkk ttt uuu jjj aaa
  1071. script - dotest2
  1072.  
  1073. clear 18 18
  1074. cursor 9 18
  1075. print 'qtq afa gsg tft ete rfe fga atf pfq q;f sws syq kfy ftq tfy
  1076. script - dotest2
  1077.  
  1078. clear 18 18
  1079. cursor 9 18
  1080. print 'pyp ;j; hlh yjy iyi uji jh; ;yj qjp paj lol ltp djt jyp yjt
  1081. script - dotest2
  1082.  
  1083. clear 18 18
  1084. cursor 9 18
  1085. print 'qaqpt lh;dd wyqkq yjytf uyi;p utyaq ssary yhtjj tatyg odwoy
  1086. script - dotest2
  1087.  
  1088. clear 18 18
  1089. cursor 9 18
  1090. print 'qaw wse edr rft tgf p;o oli iku ujy yhj phew; lots of letters
  1091. script - dotest2
  1092.  
  1093. clear 18 18
  1094. cursor 9 18
  1095. print 'yet quill silk stroll till goal yield graph half reap quite
  1096. script - dotest2
  1097.  
  1098. clear 18 18
  1099. cursor 9 18
  1100. print 'a purple hat quite high glued together with tar tied to a tree
  1101. script - dotest2
  1102.  
  1103. clear 18 18
  1104. cursor 9 18
  1105. print 'queasy yellow yak who tasted yew tree was later swiftly purged
  1106. script - dotest2
  1107.  
  1108. clear 18 18
  1109. cursor 9 18
  1110. print 'the quite fast yellow reptile jostles with the slothfull dog
  1111. script - dotest2
  1112.  
  1113. script - progress
  1114.  
  1115. script - repeat
  1116. if key = R goto repeat_lesson2
  1117. if key = r goto repeat_lesson2
  1118.  
  1119. memory 2 = 2
  1120.  
  1121. clear
  1122. cursor 51 7
  1123. print '4.
  1124. script save
  1125.  
  1126. if key ! C if key ! c goto exit
  1127. clear
  1128. keyboard
  1129.  
  1130. :exit
  1131.